Add GtkFixed demo
authorEmmanuele Bassi <ebassi@gnome.org>
Tue, 2 Apr 2019 19:49:35 +0000 (20:49 +0100)
committerEmmanuele Bassi <ebassi@gnome.org>
Tue, 2 Apr 2019 19:52:49 +0000 (20:52 +0100)
commitc70c677b5a4395ff0c5983da0a28ee60b1da9aa6
tree24ae4c6fafb857622d66c21e6fd368b3d806b17b
parent7a08177a3d69389f3c17cbd2c9fb6aa0f9dccf0a
Add GtkFixed demo

This demo has everything:

 - a GtkFixed inside another GtkFixed
 - a cube made out of GtkFrame widgets
 - an example of 3D transformations

And what's there, in the window once I launch it? The GTK logo made of
widgets.
demos/gtk-demo/demo.gresource.xml
demos/gtk-demo/fixed.c [new file with mode: 0644]
demos/gtk-demo/fixed.css [new file with mode: 0644]
demos/gtk-demo/meson.build